curl --request GET \
--url https://api.onetsolutions.net/v1/domains/availability/check \
--header 'Authorization: Bearer <token>'{
"domain_name": "<string>",
"available": true,
"tld": "<string>",
"price": "<string>",
"suggestions": [
{
"domain_name": "<string>",
"tld": "<string>",
"available": true,
"price": "<string>"
}
]
}Check if a domain is available for registration and get suggestions if not.
curl --request GET \
--url https://api.onetsolutions.net/v1/domains/availability/check \
--header 'Authorization: Bearer <token>'{
"domain_name": "<string>",
"available": true,
"tld": "<string>",
"price": "<string>",
"suggestions": [
{
"domain_name": "<string>",
"tld": "<string>",
"available": true,
"price": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).
Domain name to check (e.g., example.com)